* admin/admin.el (set-copyright): Add msdos/sed2v2.inp.
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Nov 2012 19:19:05 +0000 (12:19 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Nov 2012 19:19:05 +0000 (12:19 -0700)
admin/ChangeLog
admin/admin.el

index d32b37d9f1f45ee20e33f25683f05c655fbd2a21..c3c878b0143b789b97f31875a85cb7100b1aa352 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-03  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-copyright): Add msdos/sed2v2.inp.
+
 2012-11-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix data-loss with --batch (Bug#9574).
index 59d085b6405d143f367bbc6c25fdcad26c23224e..ec78fb27865dd1952574bbcaf0806fc24dce15ec 100644 (file)
@@ -158,6 +158,10 @@ Root must be the root of an Emacs source tree."
   (set-version-in-file root "configure.ac" copyright
                       (rx (and bol "copyright" (0+ (not (in ?\")))
                                ?\" (submatch (1+ (not (in ?\")))) ?\")))
+  (set-version-in-file root "msdos/sed2v2.inp" copyright
+                      (rx (and bol "/^#undef " (1+ not-newline)
+                               "define COPYRIGHT" (1+ space)
+                               ?\" (submatch (1+ (not (in ?\")))) ?\")))
   (set-version-in-file root "nt/config.nt" copyright
                       (rx (and bol "#" (0+ blank) "define" (1+ blank)
                                "COPYRIGHT" (1+ blank)